Skip to content

Commit

Permalink
update ExtName_Reservoir_attend_evnet by sb-y (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
AstaFrode authored Jul 31, 2024
1 parent 1478ac0 commit 3c86cf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chain/extrinsic_name.go
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ const (
ExtName_Proxy_remove_proxy = "Proxy.remove_proxy"

// Reservoir
ExtName_Reservoir_attend_evnet = "Reservoir.attend_evnet"
ExtName_Reservoir_attend_evnet = "Reservoir.attend_event"
ExtName_Reservoir_create_event = "Reservoir.create_event"
ExtName_Reservoir_event_withdraw = "Reservoir.event_withdraw"
ExtName_Reservoir_filling = "Reservoir.filling"
Expand Down
2 changes: 1 addition & 1 deletion example/new/sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ var MY_MNEMONIC = "bottom drive obey lake curtain smoke basket hold race lonely

var RPC_ADDRS = []string{
//devnet
"wss://devnet-rpc.cess.cloud/ws/",
"wss://testnet-rpc.cess.cloud/ws/",

//testnet
//"wss://testnet-rpc.cess.cloud/ws/",
Expand Down

0 comments on commit 3c86cf5

Please sign in to comment.