File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
v2/packages/chain-registry/src/testnet/lumeratestnet Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -68,23 +68,23 @@ const info: Chain = {
68
68
} ,
69
69
apis : {
70
70
rpc : [ {
71
- address : 'https://rpc.lumera.io:443' ,
71
+ address : 'https://rpc.testnet. lumera.io:443' ,
72
72
provider : 'LumeraProtocol'
73
73
} ] ,
74
74
rest : [ {
75
- address : 'https://lcd.lumera.io:443' ,
75
+ address : 'https://lcd.testnet. lumera.io:443' ,
76
76
provider : 'LumeraProtocol'
77
77
} ] ,
78
78
grpc : [ {
79
- address : 'https://grpc.lumera.io:443' ,
79
+ address : 'https://grpc.testnet. lumera.io:443' ,
80
80
provider : 'LumeraProtocol'
81
81
} ]
82
82
} ,
83
83
explorers : [ {
84
84
kind : 'ping.pub' ,
85
- url : 'https://portal.lumera.io/lumera-testnet-1/' ,
86
- txPage : 'https://portal.lumera.io/lumera-testnet-1/tx/${txHash}' ,
87
- accountPage : 'https://portal.lumera.io/lumera-testnet-1/account/${accountAddress}'
85
+ url : 'https://portal.testnet. lumera.io/lumera-testnet-1/' ,
86
+ txPage : 'https://portal.testnet. lumera.io/lumera-testnet-1/tx/${txHash}' ,
87
+ accountPage : 'https://portal.testnet. lumera.io/lumera-testnet-1/account/${accountAddress}'
88
88
} ] ,
89
89
images : [ {
90
90
png : 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumera/images/lumera.png'
You can’t perform that action at this time.
0 commit comments