Skip to content

Commit

Permalink
Change test data to wehmoen.ron
Browse files Browse the repository at this point in the history
  • Loading branch information
wehmoen committed Aug 19, 2024
1 parent 779623b commit b31bdc7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rns_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import (
)

const (
TestRNSName Name = "jihoz.ron"
TestRoninAddress Address = "ronin:2d62c27ce2e9e66bb8a667ce1b60f7cb02fa9810"
TestEthAddress Address = "0x2d62c27ce2e9e66bb8a667ce1b60f7cb02fa9810"
TestRNSName Name = "wehmoen.ron"
TestRoninAddress Address = "ronin:3759468f9fd589665c8affbe52414ef77f863f72"
TestEthAddress Address = "0x3759468f9fd589665c8affbe52414ef77f863f72"
)

// TestNewClient function tests the NewClient function with a real API call
Expand Down

0 comments on commit b31bdc7

Please sign in to comment.